yzqzss|一座桥在水上's Note
盆友去当保安了,180 一天,一日12h,倒班,月休4,可玩手机,还跟我说上班刷手机太无聊了。 羡慕了,桥也想带薪敲码码赚米米。
好想拿 UBI 写代码。
不会被 AI 取代的工作。
不会被 AI 取代的工作。
开了这么多坑,意识到个重要的事:要把一个项目做成不弃坑的项目,需要尽量降低项目的重启负担。
这样哪怕半年一年之后再回到项目,一两分钟就能恢复状态。
这样哪怕半年一年之后再回到项目,一两分钟就能恢复状态。
yzqzss|一座桥在水上's Note
开了这么多坑,意识到个重要的事:要把一个项目做成不弃坑的项目,需要尽量降低项目的重启负担。 这样哪怕半年一年之后再回到项目,一两分钟就能恢复状态。
正面例子是声冻计划,有时候会空个几天不录(甚至寒暑假期一个月不录,因为一直呆在家里,没啥录的),但要重新开始很简单,给录音笔接上充电线就好。从 2020 年 10 月到现在,已经录了 837.8GiB 的音频了。很难想象自己能做到养成这个持续 5 年的习惯。
反面例子是软盘存档项目,门槛高,招不到志愿者,每次自己兴致来了重启这个项目时,光收拾桌面、初始化设置设备就得一小时,收拾起来也麻烦。哪怕我有时间我也不想做……哎,人类啊。
反面例子是软盘存档项目,门槛高,招不到志愿者,每次自己兴致来了重启这个项目时,光收拾桌面、初始化设置设备就得一小时,收拾起来也麻烦。哪怕我有时间我也不想做……哎,人类啊。
有没有一种 websocket 中间件,可以让服务端透穿地远程调用客户端的 HTTP API 。有点类似反向代理。
这样就不用在 websocket 组件里再写一套跟 HTTP API 相同的逻辑了。
这样就不用在 websocket 组件里再写一套跟 HTTP API 相同的逻辑了。
Please open Telegram to view this post
VIEW IN TELEGRAM
https://github.com/TecharoHQ/anubis/issues/206
> This would allow US IP addresses to require a higher proof of work due to compute tarrifs.
🤣🤣
> This would allow US IP addresses to require a higher proof of work due to compute tarrifs.
🤣🤣
GitHub
Implement GeoIP based checks · Issue #206 · TecharoHQ/anubis
This would allow US IP addresses to require a higher proof of work due to reciprocal compute tarrifs. EDIT(2025-04-05 14:20 UTC): I've seen this screenshotted out of context and I just want you...
Please open Telegram to view this post
VIEW IN TELEGRAM
https://github.com/bunnyxt/tdd-backend/pull/23
坏, https://tdd.bunnyxt.com/ 坏了一年,原因是——没看到我的 PR,坏。
但是B站分区已经木有了,坏。
坏, https://tdd.bunnyxt.com/ 坏了一年,原因是——没看到我的 PR,坏。
但是B站分区已经木有了,坏。
GitHub
fix: av2bv by yzqzss · Pull Request #23 · bunnyxt/tdd-backend
应该能用???
yzqzss|一座桥在水上's Note
TG 小功能:时光机 全局搜索栏中输入日期,可以全局搜索指定日期范围内的多个聊天会话中的消息。 *无法绕过群聊聊天记录 100 万回溯限制。
TG 小功能:长按太阳/月亮图标可一步打开 Chat Settings。
Please open Telegram to view this post
VIEW IN TELEGRAM
yzqzss|一座桥在水上's Note
原始消息已删除
坏,我成 code reviewer 了。🆘,我不想吃💩啊。
正在吃💩
正在吃💩
This media is not supported in your browser
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
新栏目,尽量每天发点 #今天看了啥 ,以使频道名副其实——是 Note。
http encoding:
https://httptoolkit.com/blog/http-encodings/ (blog, en)
> 离谱,竟然会有服务端的 content-encoding 返回 amz-1.0, json, utf-8, text, binary 之类的内容。
html encoding:
https://encoding.spec.whatwg.org (spec, en)
→ https://html.spec.whatwg.org/multipage/parsing.html#determining-the-character-encoding (spec, en)
→ https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-charset (spec, en)
https://en.wikipedia.org/wiki/Windows-1252 (wiki, en)
> websites declared ISO 8859-1 which is treated as Windows-1252 by all modern browsers (as required by the HTML5 standard)
→ https://w3techs.com/technologies/overview/character_encoding (各 html 编码的使用率,也有分语言的统计)
https://www.xiaogd.net/md/web-page-encoding-and-mojibake-1 (blog, zh)
repo:
https://github.com/edsrzf/mmap-go
https://github.com/long2ice/meilisync
有意思的代码:
https://cs.opensource.google/go/go/+/refs/tags/go1.24.2:src/unicode/utf8/utf8.go;drc=3d33437c450aa74014ea1d41cd986b6ee6266984;l=444
http encoding:
https://httptoolkit.com/blog/http-encodings/ (blog, en)
> 离谱,竟然会有服务端的 content-encoding 返回 amz-1.0, json, utf-8, text, binary 之类的内容。
html encoding:
https://encoding.spec.whatwg.org (spec, en)
→ https://html.spec.whatwg.org/multipage/parsing.html#determining-the-character-encoding (spec, en)
→ https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-charset (spec, en)
https://en.wikipedia.org/wiki/Windows-1252 (wiki, en)
> websites declared ISO 8859-1 which is treated as Windows-1252 by all modern browsers (as required by the HTML5 standard)
→ https://w3techs.com/technologies/overview/character_encoding (各 html 编码的使用率,也有分语言的统计)
https://www.xiaogd.net/md/web-page-encoding-and-mojibake-1 (blog, zh)
repo:
https://github.com/edsrzf/mmap-go
https://github.com/long2ice/meilisync
有意思的代码:
https://cs.opensource.google/go/go/+/refs/tags/go1.24.2:src/unicode/utf8/utf8.go;drc=3d33437c450aa74014ea1d41cd986b6ee6266984;l=444
Httptoolkit
Encoding your HTTP for fun and profit
HTTP content encoding is an incredibly powerful tool that can save you huge amounts of bandwidth and make your web or mobile application faster, basically for...